home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / EDO Hack / source code / sources / FetchParseURL.h < prev    next >
Encoding:
Text File  |  1997-06-28  |  594 b   |  22 lines  |  [TEXT/CWIE]

  1. // --------------------------------------------------------------------------------------
  2. //  FetchParseURL.h
  3. //
  4. //  Written by Don Arbow and Marc A. Raiser, EveryDay Objects, Inc.
  5. //     in one day - June 26, 1997
  6. // --------------------------------------------------------------------------------------
  7.  
  8. #include "Subwoofer.h"
  9.  
  10. // PROTOTYPES
  11.  
  12. OSStatus edoHackNotifyProc(     UInt32 refCon,
  13.                                 URLReference urlRef,
  14.                                 URLEvent event,
  15.                                 const char* changed,
  16.                                 UInt32 downloadSize);
  17.  
  18. void abortHack(URLReference urlRef);
  19.  
  20. void QueryURL(Str255 url);
  21. void ShowError(OSErr err);
  22.